The GetDeliveredImages operation is used to retrieve a merged PDF of the images that were sent to the Delivery Service.
| Operation | GetDeliveredImages |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/GetDeliveredImages |
| Input | IEDocService_GetDeliveredImages_InputMessage (soap:body, use = literal) parameters type GetDeliveredImages |
| Output | IEDocService_GetDeliveredImages_OutputMessage (soap:body, use = literal) parameters type GetDeliveredImages |
The operation input is GetDeliveredImages. The request requires a GetDeliveredImages object containing a sequence of two strings: transactionIdentifier and imageType.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | GetDeliveredImages | Required | An object serving as the root element for the request. |
For samlple code, see: GetDeliveredImages.